'DeclarationPublic Overloads Function BeOfType(Of T)( _ Optional ByVal because As String, _ ByVal ParamArray becauseArgs() As Object _ ) As FluentAssertions.AndWhichConstraint(Of TAssertions,T)
'UsageDim instance As AbstractFileAssertions(Of TSubject,TAbstractFileAssertions) Dim because As String Dim becauseArgs() As Object Dim value As FluentAssertions.AndWhichConstraint(Of TAssertions,T) value = instance.BeOfType(Of T)(because, becauseArgs)
public FluentAssertions.AndWhichConstraint<TAssertions,T> BeOfType<T>( string because, params object[] becauseArgs )
Parameters
- because
- becauseArgs
Type Parameters
- T